home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.7 KB | 80 lines | [TEXT/MPS ] |
- /*
- File: SystemLogging.idl
-
- Contains: System Logging Service
-
- Version: Technology: 1.0
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __SYSTEMLOGGING_IDL__
- #define __SYSTEMLOGGING_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __TEXTOBJECTS_IDL__
- #include <TextObjects.idl>
- #endif
- #ifndef __TIMEOBJECTS_IDL__
- #include <TimeObjects.idl>
- #endif
- #ifndef __AEDATAMODEL_IDL__
- #include <AEDataModel.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- #if FOR_PTR_BASED_AE
- /* Service types */
- typedef UInt32 LogID;
-
- typedef UInt32 LogIterator;
-
- /* Situation Types */
- typedef UInt32 LogSituationType;
-
- /* System Logging Areas */
- typedef UInt32 LogArea;
-
- /* Service Version */
- typedef UInt32 LogVersion;
-
- /* Log Message Versions */
- typedef UInt32 LogMsgVersion;
-
- /* Message Flags */
- typedef UInt32 LogMsgFlags;
-
- typedef SOMLargeStruct LogMessage; /* Derived from a struct of 56 bytes in size */
-
- typedef OpaquePtr LogMessagePtr; /* Substituted OpaquePtr for “LogMessage*” */
-
- typedef UInt32 LogStatisticsVersion;
-
- /* System Logging Statistics */
- typedef SOMLargeStruct LogStatistics; /* Derived from a struct of 28 bytes in size */
-
- /* Variables and constants for use in the System Notication Service */
- /* Basic Logging routine */
- /* System Logging Service Administration APIs */
- #endif
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __SYSTEMLOGGING_IDL__ */
-
-